summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/modularize/PreprocessorTracker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...David Blaikie2014-11-191-1/+1
* Unique_ptrify PPCallbacks ownership. Goes with clang r217474.Craig Topper2014-09-101-1/+2
* Unbreak the build after r211244.David Blaikie2014-06-191-13/+0
* [C++11] Use 'nullptr'.Craig Topper2014-06-091-19/+19
* Run llvm/utils/sort_includes.py over the Clang tools code. This doesn'tChandler Carruth2014-01-071-3/+3
* Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a ...John Thompson2013-12-071-13/+22
* Added colon to make proper error message prefix.John Thompson2013-09-201-2/+2
* Check for #include in extern and namespace blocks.John Thompson2013-09-181-3/+149
* Ran clang-format for a base-line.John Thompson2013-09-031-11/+8
* Avoid errors on header guards using #if defined(NAME).John Thompson2013-08-131-0/+2
* Fix false error message for function-style macro instance used as arguments i...John Thompson2013-08-091-0/+9
* Fixed incorrect header guard/nested header mechanism.John Thompson2013-08-071-5/+7
* Fixed uninitialized member, plus recommit of 187736.John Thompson2013-08-051-12/+27
* Reverting r187736. It broke some public bots:Arnold Schwaighofer2013-08-051-25/+11
* Fixed incorrect include file exit detection. Added work-around to avoid erro...John Thompson2013-08-051-11/+25
* Fixed comment issues (non-ASCII chars, typos) per review, expanded some comme...John Thompson2013-07-291-33/+78
* modularize: Remove default case from fully covered switch.Benjamin Kramer2013-07-271-4/+1
* Fixed case change that caused the test failure. Incorporarated Sean's review...John Thompson2013-07-261-0/+1220
* Revert "Added new feature for checking macro and preprocessor conditional con...Rafael Espindola2013-07-261-1036/+0
* Added new feature for checking macro and preprocessor conditional consistency.John Thompson2013-07-261-0/+1036
OpenPOWER on IntegriCloud