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
...
*
Introduced pragmas for audited nullability regions.
Douglas Gregor
2015-06-19
1
-0
/
+1
*
Introduce type nullability specifiers for C/C++.
Douglas Gregor
2015-06-19
1
-0
/
+2
*
[ASan] Initial support for Kernel AddressSanitizer
Alexander Potapenko
2015-06-19
1
-1
/
+3
*
[clang] Refactoring of conditions so they use isOneOf() instead of multiple i...
Daniel Marjamaki
2015-06-18
1
-4
/
+4
*
Protection against stack-based memory corruption errors using SafeStack: Clan...
Peter Collingbourne
2015-06-15
1
-0
/
+1
*
Refactor MacroInfo so macro arguments can be iterated with range-based for lo...
Daniel Marjamaki
2015-05-29
1
-5
/
+1
*
[modules] If we re-enter a submodule from within itself (when submodule
Richard Smith
2015-05-21
1
-10
/
+14
*
[modules] Add local submodule visibility support for declarations.
Richard Smith
2015-05-15
1
-1
/
+1
*
Have '__have_extension(cxx_variadic_templates)' return true for any C++ stand...
Eric Fiselier
2015-05-12
1
-0
/
+1
*
Disable __has_cpp_attribute when not compiling in C++ mode. As this feature t...
Aaron Ballman
2015-05-11
1
-1
/
+5
*
Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*...
Richard Smith
2015-05-04
1
-9
/
+5
*
[modules] Start moving the module visibility information off the Module itself.
Richard Smith
2015-05-01
1
-4
/
+4
*
Make macro dumping robust against a nonexistent macro.
Richard Smith
2015-04-30
1
-1
/
+1
*
[modules] Add a mechanism to dump information about a macro.
Richard Smith
2015-04-30
1
-0
/
+64
*
Remove dead code: a MacroDirective can't be imported or ambiguous any more.
Richard Smith
2015-04-30
1
-1
/
+1
*
Fix unused variable warning.
Richard Smith
2015-04-29
1
-1
/
+1
*
[modules] Stop trying to fake up a linear MacroDirective history.
Richard Smith
2015-04-29
1
-40
/
+47
*
[modules] Incrementally compute the list of overridden module macros based on
Richard Smith
2015-04-27
1
-37
/
+66
*
[modules] Properly attribute macros to modules if they're in a file textually...
Richard Smith
2015-04-23
1
-2
/
+2
*
[modules] Store a ModuleMacro* on an imported macro directive rather than dup...
Richard Smith
2015-04-23
1
-11
/
+8
*
[modules] Determine the set of macros exported by a submodule at the end of t...
Richard Smith
2015-04-23
1
-17
/
+56
*
[modules] Cope with partial module macro information, fix memory leak found b...
Richard Smith
2015-04-22
1
-0
/
+9
*
[modules] Build a DAG of module macros for each identifier.
Richard Smith
2015-04-22
1
-0
/
+40
*
[lex] Provide a valid token when __has_include is found outside of a pp direc...
Benjamin Kramer
2015-03-29
1
-0
/
+3
*
[lex] Don't create a garbage token if parsing of __has_include fails.
Benjamin Kramer
2015-03-29
1
-2
/
+4
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
1
-1
/
+1
*
Lex: Don't call getIdentifierInfo on annotation tokens
David Majnemer
2015-03-18
1
-1
/
+1
*
Teach raw_ostream to accept SmallString.
Yaron Keren
2015-03-10
1
-1
/
+1
*
Add clang support for Objective-C application extensions.
Bob Wilson
2015-03-02
1
-0
/
+1
*
Spelling correction.
Yaron Keren
2015-02-19
1
-1
/
+1
*
Allow objc_bridge(id) to be used on typedefs of [cv] void*.
John McCall
2015-02-01
1
-1
/
+2
*
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
[prev]
[next]