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
*
Preprocessor: Recover instead of mutating a token in ExpandBuiltinMacro
David Majnemer
2014-12-15
1
-4
/
+10
*
[Objective-C]. This patch extends objc_bridge attribute to support objc_brid...
Fariborz Jahanian
2014-12-11
1
-0
/
+1
*
Modify __has_attribute so that it only looks for GNU-style attributes. Remove...
Aaron Ballman
2014-12-05
1
-1
/
+1
*
Added a new preprocessor macro: __has_declspec_attribute. This can be used as...
Aaron Ballman
2014-12-05
1
-0
/
+5
*
Add support for has_feature(cxx_alignof) and has_feature(c_alignof).
Nico Weber
2014-12-03
1
-0
/
+3
*
Silencing a -Wparentheses warning; NFC.
Aaron Ballman
2014-11-14
1
-1
/
+1
*
Complete support for the SD-6 standing document (based off N4200) with suppor...
Aaron Ballman
2014-11-14
1
-5
/
+25
*
Introduce a SanitizerKind enum to LangOptions.
Alexey Samsonov
2014-11-07
1
-138
/
+139
*
[modules] Add support for #include_next.
Richard Smith
2014-10-20
1
-5
/
+15
*
Avoid a crash after loading an #undef'd macro in code completion
Ben Langmuir
2014-09-30
1
-1
/
+4
*
C++1y is now C++14!
Aaron Ballman
2014-08-19
1
-9
/
+9
*
Use -Rblah, not -Wblah, to control remark diagnostics. This was always the
Richard Smith
2014-08-07
1
-1
/
+4
*
DiagnosticIDs: use diagnostic severities to simplify extension handling
Alp Toker
2014-06-22
1
-2
/
+2
*
Implement -Wdate-time preprocessor warning
Alp Toker
2014-06-10
1
-1
/
+4
*
Remove limits on the number of fix-it hints and ranges in the DiagnosticsEngine.
Alexander Kornienko
2014-05-22
1
-16
/
+5
*
[C++11] Use 'nullptr'. Lex edition.
Craig Topper
2014-05-17
1
-27
/
+29
*
PR19698, PR19674: enable __has_feature checks for cxx_generic_lambdas and
Richard Smith
2014-05-09
1
-3
/
+8
*
Lex: Fix __has_feature(cxx_exceptions) for objective C++
Justin Bogner
2014-04-16
1
-1
/
+1
*
Add a test to distinguish between reserved tokens and normal identifiers.
Yunzhong Gao
2014-04-11
1
-0
/
+4
*
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
[next]