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
*
Some improvements to the handling of C11 atomic types:
David Chisnall
2012-01-16
1
-0
/
+4
*
Add __has_feature(modules) to indicate when modules are available (in
Douglas Gregor
2012-01-04
1
-1
/
+2
*
Add __has_feature(objc_modules)
Douglas Gregor
2012-01-03
1
-0
/
+1
*
Added a missing case for -Wdisabled-macro-expansion.
Abramo Bagnara
2012-01-02
1
-1
/
+3
*
Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ...
Benjamin Kramer
2011-12-23
1
-5
/
+5
*
remove unneeded config.h includes
Dylan Noblesmith
2011-12-22
1
-1
/
+1
*
[PCH] Fix bug where we failed to update an identifier for a single token
Argyrios Kyrtzidis
2011-12-17
1
-0
/
+5
*
Implement support for the __is_final type trait, to determine whether
Douglas Gregor
2011-12-03
1
-0
/
+1
*
implement __has_feature(address_sanitizer); also use LangOpts.AddressSanitize...
Kostya Serebryany
2011-11-22
1
-0
/
+1
*
Add __has_feature(cxx_raw_string_literals) and
Douglas Gregor
2011-11-01
1
-2
/
+2
*
Add __has_feature(cxx_defaulted_functions) for querying "defaulted
Douglas Gregor
2011-11-01
1
-0
/
+1
*
Make the loading of information attached to an IdentifierInfo from an
Douglas Gregor
2011-10-27
1
-0
/
+4
*
Add a __has_feature check for arc_cf_code_audited.
John McCall
2011-10-18
1
-0
/
+1
*
-Wc++98-compat warnings for the lexer.
Richard Smith
2011-10-15
1
-2
/
+4
*
Add c_alignas and cxx_alignas features
Peter Collingbourne
2011-10-14
1
-0
/
+3
*
Implement built-in macro '__has_warning', which allows one to query if a warn...
Ted Kremenek
2011-10-12
1
-0
/
+69
*
Fixed exapnsion range for # and ##.
Abramo Bagnara
2011-10-03
1
-1
/
+2
*
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-25
1
-1
/
+2
*
Fix missing includes for llvm_unreachable
David Blaikie
2011-09-23
1
-0
/
+1
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-1
/
+1
*
ArrayRef-ifying MacroArgs::create's arguments argument.
David Blaikie
2011-09-22
1
-2
/
+1
*
Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...
Francois Pichet
2011-09-17
1
-1
/
+1
*
Add an experimental flag -fauto-module-import that automatically turns
Douglas Gregor
2011-09-15
1
-1
/
+1
*
Allow C++0x enumerations with a fixed underlying type in
Douglas Gregor
2011-09-08
1
-0
/
+1
*
Implement the Objective-C 'instancetype' type, which is an alias of
Douglas Gregor
2011-09-08
1
-0
/
+1
*
Advertise support for cxx_range_for as an extension in C++98 mode. Patch by J...
Richard Smith
2011-09-06
1
-0
/
+1
*
Add test case for defaulted copy and move structure validation.
Sebastian Redl
2011-09-04
1
-1
/
+1
*
Support code-completion for C++ inline methods and ObjC buffering methods.
Argyrios Kyrtzidis
2011-09-04
1
-23
/
+8
*
Don't try keeping a 'LeadingEmptyMacroLoc' in NullStmt. This fails
Argyrios Kyrtzidis
2011-09-01
1
-1
/
+0
*
Add and document __has_feature values for the remaining C++0x
Douglas Gregor
2011-08-29
1
-0
/
+11
*
[libclang] Support code-completion inside macro arguments.
Argyrios Kyrtzidis
2011-08-18
1
-1
/
+17
*
For the MacroExpands preprocessor callback, also pass the SourceRange
Argyrios Kyrtzidis
2011-08-18
1
-5
/
+7
*
Add a __has_feature macro for generalized initializers, turned off
Alexis Hunt
2011-08-07
1
-0
/
+1
*
Comment the weird behavior of __has_feature(is_empty) and __has_feature(is_pod)
Douglas Gregor
2011-08-03
1
-0
/
+8
*
Fix a thinko in my __is_empty/__is_pod commit.
Douglas Gregor
2011-07-30
1
-2
/
+6
*
Turn off __has_feature(is_empty) and __has_feature(is_pod) if the
Douglas Gregor
2011-07-30
1
-2
/
+4
*
Rename create(MacroArg)InstantiationLoc to create(MacroArg)ExpansionLoc.
Chandler Carruth
2011-07-26
1
-8
/
+8
*
Rename SourceManager::getInstantiationRange to getExpansionRange.
Chandler Carruth
2011-07-25
1
-1
/
+1
*
Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ...
Chris Lattner
2011-07-23
1
-1
/
+1
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-3
/
+3
*
Remember to add a has_feature macro for __underlying_type now that it is
Alexis Hunt
2011-07-18
1
-0
/
+1
*
Move the rest of the preprocessor terminology from 'instantiate' and
Chandler Carruth
2011-07-14
1
-13
/
+13
*
Change the driver's logic about Objective-C runtimes: abstract out a
John McCall
2011-07-06
1
-1
/
+1
*
Introduce a caching mechanism for macro expanded tokens.
Argyrios Kyrtzidis
2011-06-29
1
-0
/
+41
*
Automatic Reference Counting.
John McCall
2011-06-15
1
-0
/
+5
*
Audit and finish the implementation of C++0x nullptr, fixing two
Douglas Gregor
2011-05-21
1
-1
/
+1
*
Revert r131672 until __underlying_type is properly implemented in the
Alexis Hunt
2011-05-19
1
-1
/
+0
*
Implement a __has_feature for __underlying_type
Alexis Hunt
2011-05-19
1
-0
/
+1
*
Introduce __has_extension macro
Peter Collingbourne
2011-05-13
1
-6
/
+41
*
Implement the __is_trivially_copyable type trait
Alexis Hunt
2011-05-13
1
-0
/
+1
[next]