summaryrefslogtreecommitdiffstats
path: root/modularize/PreprocessorTracker.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Sync function call with changes to interface made in r314593.Faisal Vali2017-09-301-1/+1
* [NFC] Update function call names as changed in MacroInfo that should refer to...Faisal Vali2017-07-171-1/+1
* modernize-use-auto NFC fixesPiotr Padlewski2016-12-141-43/+27
* Fix build problem by lower SmallSet<N> to a reasonable valueMatthias Braun2016-02-011-1/+1
* Revert "Apply modernize-use-default to clang-tools-extra."David Blaikie2015-10-201-3/+3
* Apply modernize-use-default to clang-tools-extra.Angel Garcia Gomez2015-10-201-3/+3
* Refactor MacroInfo so range for loops can be used to iterate its tokens.Daniel Marjamaki2015-05-111-4/+3
* Fixed infinite recursion bug.John Thompson2015-05-061-1/+1
* Update to match clang r236404.Richard Smith2015-05-041-10/+10
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-16/+19
* Make helpers static. clang-tools edition.Benjamin Kramer2015-03-231-86/+19
* Fixed canonical path function.John Thompson2015-02-261-1/+2
* Temporary hack to avoid false errors. Real fix comming.John Thompson2015-02-181-0/+3
* Fix broken logic for include in block check.John Thompson2015-02-131-1/+1
* Fixed incorrect header inclusion tracking resulting in false error reports.John Thompson2015-02-121-1/+4
* Added -block-check-header-list-only option. This is a work-around for privat...John Thompson2015-02-111-5/+37
* Centralize canonical path conversion.John Thompson2015-02-111-4/+9
* 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