-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop and test enum #2
Develop and test enum #2
Commits on Aug 8, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 90c9156 - Browse repository at this point
Copy the full SHA 90c9156View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5a27ee - Browse repository at this point
Copy the full SHA d5a27eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d2dab8 - Browse repository at this point
Copy the full SHA 9d2dab8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbe1e7c - Browse repository at this point
Copy the full SHA fbe1e7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2270680 - Browse repository at this point
Copy the full SHA 2270680View commit details -
Configuration menu - View commit details
-
Copy full SHA for faae06a - Browse repository at this point
Copy the full SHA faae06aView commit details
Commits on Aug 12, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 091bb94 - Browse repository at this point
Copy the full SHA 091bb94View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae65cac - Browse repository at this point
Copy the full SHA ae65cacView commit details -
Loosen the asserts due to not well-enough-understood behavior in clan…
…g. Maybe it's a bug or it is a feature.
Configuration menu - View commit details
-
Copy full SHA for cd0762c - Browse repository at this point
Copy the full SHA cd0762cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 659caed - Browse repository at this point
Copy the full SHA 659caedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d31735 - Browse repository at this point
Copy the full SHA 9d31735View commit details -
Configuration menu - View commit details
-
Copy full SHA for b44a177 - Browse repository at this point
Copy the full SHA b44a177View commit details -
Instead of check each load and store instruction, we check the usage …
…of the load instruction. Currently, there are four kinds of instruction that may use a load instruction as its argument: load, store, GEP and call instruction. We instrument these four kinds instruction to check there may be a null pointer dereference.
Configuration menu - View commit details
-
Copy full SHA for baa7b98 - Browse repository at this point
Copy the full SHA baa7b98View commit details -
In CLINGCXXFLAGS, put the source include dir first.
This will make sure that the build is 'consistent' and the source version of the cling include files is not superseeded by the (possible stale) copy that might be in interpreter/llvm/inst.
Configuration menu - View commit details
-
Copy full SHA for 24a1203 - Browse repository at this point
Copy the full SHA 24a1203View commit details -
Not using real SourceLocation is bad, especially in -verify mode.
In the value printer synthesis we have real source location of the expression that we are replacing. Use its begin and end location. This will allow us to remove the XFAIL-ed test that now passes.
Configuration menu - View commit details
-
Copy full SHA for 4326f21 - Browse repository at this point
Copy the full SHA 4326f21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 956b885 - Browse repository at this point
Copy the full SHA 956b885View commit details -
Configuration menu - View commit details
-
Copy full SHA for 641a1fa - Browse repository at this point
Copy the full SHA 641a1faView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc511bf - Browse repository at this point
Copy the full SHA cc511bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e653ef6 - Browse repository at this point
Copy the full SHA e653ef6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 448e120 - Browse repository at this point
Copy the full SHA 448e120View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c5b206 - Browse repository at this point
Copy the full SHA 6c5b206View commit details -
Configuration menu - View commit details
-
Copy full SHA for 132b855 - Browse repository at this point
Copy the full SHA 132b855View commit details -
Configuration menu - View commit details
-
Copy full SHA for 504c91e - Browse repository at this point
Copy the full SHA 504c91eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0473ba - Browse repository at this point
Copy the full SHA f0473baView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce8dee2 - Browse repository at this point
Copy the full SHA ce8dee2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a59f4d - Browse repository at this point
Copy the full SHA 3a59f4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ec1a2e - Browse repository at this point
Copy the full SHA 1ec1a2eView commit details