| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update for LLVM API change to make Small(Ptr)Set::insert return ↵ | David Blaikie | 2014-11-19 | 1 | -1/+1 |
| | | | | | | | pair<iterator, bool> as per the C++ standard's associative container concept. llvm-svn: 222336 | ||||
| * | Unique_ptrify PPCallbacks ownership. Goes with clang r217474. | Craig Topper | 2014-09-10 | 1 | -1/+2 |
| | | | | | llvm-svn: 217475 | ||||
| * | Unbreak the build after r211244. | David Blaikie | 2014-06-19 | 1 | -13/+0 |
| | | | | | | | | | | These operator overloads were unneeded (once the const correctness in PooledStringPtr was corrected) and inefficient (since the strings are pooled the pointers can just be compared for equality instead of doing strcmp). llvm-svn: 211245 | ||||
| * | [C++11] Use 'nullptr'. | Craig Topper | 2014-06-09 | 1 | -19/+19 |
| | | | | | llvm-svn: 210447 | ||||
| * | Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't | Chandler Carruth | 2014-01-07 | 1 | -3/+3 |
| | | | | | | | | | | | always produce as pretty of results as it does in LLVM and Clang, but I don't mind and the value of having a single canonical ordering is very high IMO. Let me know if you spot really serious problems here. llvm-svn: 198703 | ||||
| * | Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a ↵ | John Thompson | 2013-12-07 | 1 | -13/+22 |
| | | | | | | | 3-state enum. llvm-svn: 196648 | ||||
| * | Added colon to make proper error message prefix. | John Thompson | 2013-09-20 | 1 | -2/+2 |
| | | | | | llvm-svn: 191092 | ||||
| * | Check for #include in extern and namespace blocks. | John Thompson | 2013-09-18 | 1 | -3/+149 |
| | | | | | llvm-svn: 190950 | ||||
| * | Ran clang-format for a base-line. | John Thompson | 2013-09-03 | 1 | -11/+8 |
| | | | | | llvm-svn: 189836 | ||||
| * | Avoid errors on header guards using #if defined(NAME). | John Thompson | 2013-08-13 | 1 | -0/+2 |
| | | | | | llvm-svn: 188306 | ||||
| * | Fix false error message for function-style macro instance used as arguments ↵ | John Thompson | 2013-08-09 | 1 | -0/+9 |
| | | | | | | | in other function-style macros instances, and add test for it. llvm-svn: 188036 | ||||
| * | Fixed incorrect header guard/nested header mechanism. | John Thompson | 2013-08-07 | 1 | -5/+7 |
| | | | | | llvm-svn: 187898 | ||||
| * | Fixed uninitialized member, plus recommit of 187736. | John Thompson | 2013-08-05 | 1 | -12/+27 |
| | | | | | llvm-svn: 187757 | ||||
| * | Reverting r187736. It broke some public bots: | Arnold Schwaighofer | 2013-08-05 | 1 | -25/+11 |
| | | | | | | | | http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a9/builds/10248 http://bb.pgr.jp/builders/cmake-clang-i686-mingw32/builds/3327 llvm-svn: 187746 | ||||
| * | Fixed incorrect include file exit detection. Added work-around to avoid ↵ | John Thompson | 2013-08-05 | 1 | -11/+25 |
| | | | | | | | error on header guard in nested include. Fixed a couple of coding standard issues on variable names. llvm-svn: 187736 | ||||
| * | Fixed comment issues (non-ASCII chars, typos) per review, expanded some ↵ | John Thompson | 2013-07-29 | 1 | -33/+78 |
| | | | | | | | comments. llvm-svn: 187370 | ||||
| * | modularize: Remove default case from fully covered switch. | Benjamin Kramer | 2013-07-27 | 1 | -4/+1 |
| | | | | | llvm-svn: 187306 | ||||
| * | Fixed case change that caused the test failure. Incorporarated Sean's ↵ | John Thompson | 2013-07-26 | 1 | -0/+1220 |
| | | | | | | | review changes, consisting only of renaming and comment changes. llvm-svn: 187277 | ||||
| * | Revert "Added new feature for checking macro and preprocessor conditional ↵ | Rafael Espindola | 2013-07-26 | 1 | -1036/+0 |
| | | | | | | | | | | consistency." This reverts commit r187228. It broke some bots: http://bb.pgr.jp/builders/cmake-clang-i686-mingw32 llvm-svn: 187235 | ||||
| * | Added new feature for checking macro and preprocessor conditional consistency. | John Thompson | 2013-07-26 | 1 | -0/+1036 |
| llvm-svn: 187228 | |||||

