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
/
Lex
/
PPMacroExpansion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Post-commit review coding style change: renaming HasAttribute to hasAttribute...
Aaron Ballman
2014-03-31
1
-1
/
+1
*
Reapplying r204952 a second time.
Aaron Ballman
2014-03-31
1
-15
/
+3
*
Reverting r204968 and r204969; while more build bots are happy with the resul...
Aaron Ballman
2014-03-27
1
-3
/
+15
*
Reapplying r204952 with fixes which should hopefully resolve linking issues w...
Aaron Ballman
2014-03-27
1
-15
/
+3
*
Reverting r204952, while I figure out what's going on with the makefile build.
Aaron Ballman
2014-03-27
1
-3
/
+15
*
Clean up the __has_attribute implementation without modifying its behavior.
Aaron Ballman
2014-03-27
1
-15
/
+3
*
Added a __has_feature() for 'is_constructible'
Marshall Clow
2014-03-18
1
-0
/
+1
*
Implement the MS extension __identifier properly: take a token and strip it of
Richard Smith
2014-03-15
1
-6
/
+47
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
If a module A exports a macro M, and a module B imports that macro and #undef's
Richard Smith
2014-03-01
1
-5
/
+5
*
Fix cxx_variable_templates feature check and documentation
Alp Toker
2014-01-15
1
-1
/
+1
*
__has_attribute now understands target-specific attributes. So when you ask w...
Aaron Ballman
2014-01-09
1
-2
/
+2
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Cleanup: Switch the preprocessor to err_pp_expected_after
Alp Toker
2013-12-30
1
-5
/
+7
*
Support and use token kinds as diagnostic arguments
Alp Toker
2013-12-24
1
-2
/
+2
*
Tweak the ordering of a conditional to possibly avoid a few strcmps.
Aaron Ballman
2013-12-06
1
-1
/
+1
*
Fix a typo in a comment: expasion -> expansion
James Dennett
2013-12-02
1
-1
/
+1
*
[-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'f...
David Majnemer
2013-10-18
1
-0
/
+1
*
Add has_feature support for reflecting the presence of refined Objective-C AB...
Ted Kremenek
2013-10-14
1
-0
/
+1
*
Mark lambda init-captures as complete.
Richard Smith
2013-09-28
1
-4
/
+5
*
Mark variable template implementation as complete. Nearly all of the credit
Richard Smith
2013-09-27
1
-1
/
+2
*
Make Preprocessor::Lex non-recursive.
Eli Friedman
2013-09-19
1
-28
/
+6
*
Add a define for the ObjFW runtime ABI version.
Benjamin Kramer
2013-09-16
1
-1
/
+0
*
Make __has_extension(c_thread_local) work.
Ed Schouten
2013-09-14
1
-0
/
+1
*
DataFlowSanitizer; Clang changes.
Peter Collingbourne
2013-08-07
1
-0
/
+1
*
Support for Thread Safety Analysis in C
David Blaikie
2013-07-29
1
-0
/
+1
*
Reduce stack frame size by avoiding a large token vector on an error path.
Bob Wilson
2013-07-27
1
-1
/
+1
*
Fix GNU ObjC ABI for a message returning a struct.
Eli Friedman
2013-07-26
1
-0
/
+1
*
Rename feature test for lambda init-captures from cxx_generalized_capture to
Richard Smith
2013-07-24
1
-2
/
+2
*
Update documentation to match current C++1y feature set.
Richard Smith
2013-07-24
1
-2
/
+2
*
Add new diagnostic messages when too many arguments are presented to a
Richard Trieu
2013-07-23
1
-16
/
+191
*
Generalize hack allowing 'const' in __has_attribute (etc) to allow any token
Richard Smith
2013-07-09
1
-3
/
+1
*
Match MSVC's handling of commas during macro argument expansion
Reid Kleckner
2013-06-26
1
-1
/
+6
*
This patch adds new private headers to the module map. Private
Lawrence Crowl
2013-06-20
1
-1
/
+2
*
C++1y: provide full 'auto' return type deduction for lambda expressions. This
Richard Smith
2013-05-12
1
-1
/
+1
*
C++1y: Update __cplusplus to temporary value 201305L to allow detection of pr...
Richard Smith
2013-05-07
1
-1
/
+13
*
[Preprocessor] For the MacroExpands preprocessor callback, also pass the Macr...
Argyrios Kyrtzidis
2013-05-03
1
-4
/
+5
*
Only evaluate __has_feature(c_thread_local) and __has_feature(cxx_thread_loca...
Douglas Gregor
2013-05-02
1
-2
/
+4
*
C++11 support is now feature-complete.
Richard Smith
2013-04-19
1
-1
/
+3
*
[modules] Re-enable the "ambiguous expansion of macro" warning.
Argyrios Kyrtzidis
2013-03-27
1
-11
/
+10
*
[Preprocessor/Modules] Separate the macro directives kinds into their own Mac...
Argyrios Kyrtzidis
2013-03-26
1
-112
/
+8
*
[PCH/Modules] De/Serialize MacroInfos separately than MacroDirectives.
Argyrios Kyrtzidis
2013-03-22
1
-6
/
+14
*
[preprocessor] Use MacroDirective in the preprocessor callbacks to make avail...
Argyrios Kyrtzidis
2013-02-24
1
-9
/
+13
*
[libclang] Fix assertion hit when code-completing inside a function macro wit...
Argyrios Kyrtzidis
2013-02-22
1
-2
/
+4
*
[preprocessor] Split the MacroInfo class into two separate concepts, MacroInf...
Argyrios Kyrtzidis
2013-02-20
1
-47
/
+48
*
Reinstate r173952, this time limiting it to exactly the form
Douglas Gregor
2013-01-30
1
-1
/
+4
*
Revert "[preprocessor] Don't warn about "disabled expansion of recursive macro""
Argyrios Kyrtzidis
2013-01-30
1
-4
/
+1
*
[preprocessor] Don't warn about "disabled expansion of recursive macro"
Argyrios Kyrtzidis
2013-01-30
1
-1
/
+4
*
[PCH] Temporarily disable the "ambiguous macro" warning that is currently bog...
Argyrios Kyrtzidis
2013-01-23
1
-0
/
+4
*
[PCH/Modules] Revert r172843, it caused a module to fail building.
Argyrios Kyrtzidis
2013-01-19
1
-5
/
+9
[prev]
[next]