Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
2ae1be726a9a1586eb96b981d30b51b5f6299164
/
clang-tools-extra
/
modularize
/
PreprocessorTracker.cpp
546943f
Reland "[tools] Updating PPCallbacks::InclusionDirective calls"
by Julie Hockett
· 7 years ago
4a43843
Revert "[tools] Updating PPCallbacks::InclusionDirective calls"
by Julie Hockett
· 7 years ago
4e548fe
[tools] Updating PPCallbacks::InclusionDirective calls
by Julie Hockett
· 7 years ago
a8e8462
[NFC] Sync function call with changes to interface made in r314593.
by Faisal Vali
· 8 years ago
cb8e01a
[NFC] Update function call names as changed in MacroInfo that should refer to Parameters (as opposed to Arguments).
by Faisal Vali
· 8 years ago
08124b1
modernize-use-auto NFC fixes
by Piotr Padlewski
· 9 years ago
48c8426
Fix build problem by lower SmallSet<N> to a reasonable value
by Matthias Braun
· 10 years ago
e04a3da
Revert "Apply modernize-use-default to clang-tools-extra."
by David Blaikie
· 10 years ago
3ca34bc
Apply modernize-use-default to clang-tools-extra.
by Angel Garcia Gomez
· 10 years ago
89ec723
Refactor MacroInfo so range for loops can be used to iterate its tokens.
by Daniel Marjamaki
· 10 years ago
fcf3f47
Fixed infinite recursion bug.
by John Thompson
· 11 years ago
33de856
Update to match clang r236404.
by Richard Smith
· 11 years ago
87638f6
Use 'override/final' instead of 'virtual' for overridden methods
by Alexander Kornienko
· 11 years ago
e710371
Make helpers static. clang-tools edition.
by Benjamin Kramer
· 11 years ago
b70ecf6
Fixed canonical path function.
by John Thompson
· 11 years ago
b87fd7d
Temporary hack to avoid false errors. Real fix comming.
by John Thompson
· 11 years ago
9ea81b0
Fix broken logic for include in block check.
by John Thompson
· 11 years ago
f1828ef
Fixed incorrect header inclusion tracking resulting in false error reports.
by John Thompson
· 11 years ago
ecd3b04
Added -block-check-header-list-only option. This is a work-around for private includes that purposefully get included inside blocks.
by John Thompson
· 11 years ago
9724431
Centralize canonical path conversion.
by John Thompson
· 11 years ago
3431881
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator, bool> as per the C++ standard's associative container concept.
by David Blaikie
· 11 years ago
775862a
Unique_ptrify PPCallbacks ownership. Goes with clang r217474.
by Craig Topper
· 11 years ago
92fc741
Unbreak the build after r211244.
by David Blaikie
· 11 years ago
f61be9c
[C++11] Use 'nullptr'.
by Craig Topper
· 11 years ago
85e6e87
Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't
by Chandler Carruth
· 12 years ago
87f9fef
Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a 3-state enum.
by John Thompson
· 12 years ago
a2b6687
Added colon to make proper error message prefix.
by John Thompson
· 12 years ago
7408392
Check for #include in extern and namespace blocks.
by John Thompson
· 12 years ago
cc2e291
Ran clang-format for a base-line.
by John Thompson
· 12 years ago
c8d710c
Avoid errors on header guards using #if defined(NAME).
by John Thompson
· 12 years ago
91555bd
Fix false error message for function-style macro instance used as arguments in other function-style macros instances, and add test for it.
by John Thompson
· 12 years ago
4ed963a
Fixed incorrect header guard/nested header mechanism.
by John Thompson
· 12 years ago
48df096
Fixed uninitialized member, plus recommit of 187736.
by John Thompson
· 12 years ago
30448e6
Reverting r187736. It broke some public bots:
by Arnold Schwaighofer
· 12 years ago
ea8e668
Fixed incorrect include file exit detection. Added work-around to avoid error on header guard in nested include. Fixed a couple of coding standard issues on variable names.
by John Thompson
· 12 years ago
7c6e79f3
Fixed comment issues (non-ASCII chars, typos) per review, expanded some comments.
by John Thompson
· 12 years ago
f257681
modularize: Remove default case from fully covered switch.
by Benjamin Kramer
· 12 years ago
94faa4d
Fixed case change that caused the test failure. Incorporarated Sean's review changes, consisting only of renaming and comment changes.
by John Thompson
· 12 years ago
17b15cf
Revert "Added new feature for checking macro and preprocessor conditional consistency."
by Rafael Espindola
· 12 years ago
1e01014
Added new feature for checking macro and preprocessor conditional consistency.
by John Thompson
· 12 years ago