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
...
*
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
*
enable __has_feature(is_standard_layout)
Howard Hinnant
2011-05-12
1
-0
/
+1
*
Implement CWG1170, which makes access-control errors into template
Douglas Gregor
2011-05-11
1
-0
/
+1
*
Implement support for C++0x alias templates.
Richard Smith
2011-05-05
1
-0
/
+1
*
Fully implement delegating constructors!
Alexis Hunt
2011-05-01
1
-0
/
+1
*
Only call the MacroExpands callback when we're actually going to
Douglas Gregor
2011-04-28
1
-2
/
+3
*
If a null statement was preceded by an empty macro keep its instantiation sou...
Argyrios Kyrtzidis
2011-04-27
1
-3
/
+4
*
To be able to replay compilations we need to accurately remodel how
Manuel Klimek
2011-04-26
1
-1
/
+1
*
Implement basic __is_trivial type-trait support, enough to close PR9472.
Chandler Carruth
2011-04-23
1
-0
/
+1
*
Sort the type traits in a few places where they weren't previously
Chandler Carruth
2011-04-23
1
-1
/
+1
*
don't warn about empty macro arguments in c++'0x mode, since it sucked in
Chris Lattner
2011-04-22
1
-2
/
+2
*
Add __has_feature(cxx_range_for) check for C++11 range-based for loop.
Richard Smith
2011-04-15
1
-0
/
+1
*
C1X: implement generic selections
Peter Collingbourne
2011-04-15
1
-0
/
+1
*
Add a __has_feature check for the 'availability' attribute
Douglas Gregor
2011-03-26
1
-0
/
+1
*
we can now claim to fully support the override control feature in C++0x.
Anders Carlsson
2011-03-25
1
-0
/
+1
*
Add a 'RawPath' parameter to the PPCallbacks interface. This allows
Chandler Carruth
2011-03-16
1
-1
/
+2
*
Create __has_feature(cxx_noexcept) and mark it as working.
Sebastian Redl
2011-03-15
1
-0
/
+1
*
Provide an attribute, objc_method_family, to allow the inferred family
John McCall
2011-03-02
1
-0
/
+1
*
Rename tok::eom to tok::eod.
Peter Collingbourne
2011-02-28
1
-5
/
+5
*
Turn on __has_feature(cxx_auto_type). The feature is now fully implemented.
Richard Smith
2011-02-20
1
-1
/
+1
*
Add a __has_feature check for default template arguments in function
Douglas Gregor
2011-02-05
1
-0
/
+1
*
Add __has_feature() for each of the type traits
Douglas Gregor
2011-02-03
1
-0
/
+19
*
Wire up attributes 'ns_consumed' and 'cf_consumed' in the static analyzer's O...
Ted Kremenek
2011-01-27
1
-0
/
+2
*
Hook up attribute ns_consumes_self in the ObjC retain/release checker in the ...
Ted Kremenek
2011-01-27
1
-0
/
+1
*
Add __has_feature(cxx_reference_qualified_functions); update tests and
Douglas Gregor
2011-01-26
1
-0
/
+1
*
Clean up the C++0x __has_feature tests. Specifically:
Douglas Gregor
2011-01-26
1
-10
/
+11
[prev]
[next]