index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Frontend
/
PrintPreprocessedOutput.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Preprocessor] Support for '-dI' flag
Bruno Cardoso Lopes
2016-11-17
1
-8
/
+26
*
Revert "[Preprocessor] Support for '-dI' flag"
Bruno Cardoso Lopes
2016-10-28
1
-26
/
+8
*
[Preprocessor] Support for '-dI' flag
Bruno Cardoso Lopes
2016-10-28
1
-8
/
+26
*
[modules] Add a comment to explain why -E leaves some #includes in the prepro...
Richard Smith
2016-04-08
1
-1
/
+3
*
[modules] Don't write @import in -E output if the current language mode doesn't
Richard Smith
2016-04-08
1
-2
/
+12
*
Remove use of builtin comma operator.
Richard Trieu
2016-02-18
1
-2
/
+4
*
Reduce the number of implicit StringRef->std::string conversions by threading...
Benjamin Kramer
2016-02-13
1
-12
/
+10
*
Simplify EnterTokenStream API to make it more robust for memory management
David Blaikie
2016-02-09
1
-4
/
+3
*
Fix possible OOB access found by buildbot
Alexey Bataev
2016-02-09
1
-7
/
+8
*
Fixed preprocessed output of the first token for pragmas.
Alexey Bataev
2016-02-09
1
-0
/
+9
*
According to the OpenMP spec, all the preprocessor macros should be
Samuel Antao
2015-06-15
1
-10
/
+42
*
Replace a few std::string& with StringRef. NFC.
Rafael Espindola
2015-06-01
1
-3
/
+3
*
Refactor MacroInfo so range for loops can be used to iterate its tokens.
Daniel Marjamaki
2015-05-11
1
-4
/
+3
*
Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*...
Richard Smith
2015-05-04
1
-2
/
+2
*
[modules] Stop trying to fake up a linear MacroDirective history.
Richard Smith
2015-04-29
1
-3
/
+3
*
[modules] Determine the set of macros exported by a submodule at the end of t...
Richard Smith
2015-04-23
1
-1
/
+2
*
Add -fuse-line-directive flag to control usage of #line with -E
Reid Kleckner
2015-02-26
1
-13
/
+9
*
Avoid a couple of assertions when preprocessing with modules
Ben Langmuir
2014-09-10
1
-0
/
+3
*
Unique_ptrify PPCallbacks ownership.
Craig Topper
2014-09-10
1
-1
/
+1
*
Complete the switch from mappings to declarative diagnostic severities
Alp Toker
2014-06-12
1
-5
/
+5
*
Improve diagnostic mapping terminology
Alp Toker
2014-06-10
1
-4
/
+5
*
[C++11] Use 'nullptr'. Frontend edition.
Craig Topper
2014-05-22
1
-2
/
+3
*
do not warn about unknown pragmas in modes that do not handle them (pr9537)
Lubos Lunak
2014-05-01
1
-1
/
+1
*
Remove unreachable PragmaCaptured method. It's not a real PPCallback.
Craig Topper
2014-03-13
1
-10
/
+0
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-13
1
-31
/
+27
*
[C++11] Revert uses of lambdas with array_pod_sort.
Benjamin Kramer
2014-03-07
1
-5
/
+6
*
[C++11] Convert sort predicates into lambdas.
Benjamin Kramer
2014-03-07
1
-6
/
+5
*
Add 'remark' diagnostic type in 'clang'
Tobias Grosser
2014-02-28
1
-0
/
+3
*
If preprocessing results in a token with leading whitespace that was expanded
Richard Smith
2014-02-24
1
-0
/
+7
*
Expand macros in pragmas with -fms-extensions and -E
Reid Kleckner
2014-02-20
1
-36
/
+7
*
Revert "Fix assertion failures on annot_* tokens in clang -E"
Ben Langmuir
2014-01-30
1
-4
/
+5
*
Fix assertion failures on annot_* tokens in clang -E
Ben Langmuir
2014-01-30
1
-5
/
+4
*
Revert r196372, "do not warn about unknown pragmas in modes that do not handl...
NAKAMURA Takumi
2013-12-04
1
-1
/
+1
*
do not warn about unknown pragmas in modes that do not handle them (pr9537)
Lubos Lunak
2013-12-04
1
-1
/
+1
*
Generate a marker token when entering or leaving a submodule when building a
Richard Smith
2013-11-23
1
-1
/
+3
*
When we hit a #include directive that maps to a module import, emit a token
Richard Smith
2013-11-15
1
-0
/
+5
*
Accept #pragma warning(push, 0) without warning
Reid Kleckner
2013-10-02
1
-1
/
+1
*
Fix array_pod_sort predicates after LLVM change.
Benjamin Kramer
2013-09-22
1
-3
/
+1
*
Lex and ignore Microsoft's #pragma warning(...)
Reid Kleckner
2013-09-13
1
-0
/
+34
*
Properly escape filenames in line directives.
Eli Friedman
2013-08-29
1
-3
/
+2
*
Adding support for MSVC #pragma detect_mismatch functionality by emitting a F...
Aaron Ballman
2013-06-04
1
-19
/
+30
*
When emitting a preprocessed file with implicit module imports, make sure lin...
Argyrios Kyrtzidis
2013-04-29
1
-0
/
+1
*
Keep the parentheses in #pragma message (partial revert of r179771).
Andy Gibbs
2013-04-19
1
-1
/
+3
*
Dropped the parentheses for #pragma message and its kin in the -E output gene...
Andy Gibbs
2013-04-18
1
-5
/
+3
*
Fix off-by-one error in #pragma clang system_header.
Jordan Rose
2013-04-17
1
-5
/
+6
*
Implemented #pragma GCC warning/error in the same mould as #pragma message.
Andy Gibbs
2013-04-17
1
-4
/
+18
*
Sema for Captured Statements
Tareq A. Siraj
2013-04-16
1
-0
/
+10
*
Parser support for #pragma clang __debug captured
Tareq A. Siraj
2013-04-16
1
-0
/
+12
*
[frontend] When preprocessing, turn implicit module imports into @imports.
Argyrios Kyrtzidis
2013-04-10
1
-0
/
+29
*
[Preprocessor/Modules] Separate the macro directives kinds into their own Mac...
Argyrios Kyrtzidis
2013-03-26
1
-2
/
+2
[next]