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
...
*
Change __has_feature(objc_diagnose_if_attr) to __has_feature(attribute_diagno...
Argyrios Kyrtzidis
2017-05-24
1
-1
/
+1
*
Enhance the 'diagnose_if' attribute so that we can apply it for ObjC methods ...
Argyrios Kyrtzidis
2017-05-24
1
-0
/
+1
*
Add #pragma clang module begin/end pragmas and generate them when preprocessi...
Richard Smith
2017-05-04
1
-1
/
+1
*
Preprocessor: Suppress -Wnonportable-include-path for header maps
Duncan P. N. Exon Smith
2017-04-27
1
-1
/
+1
*
Add support for __builtin_available to __has_builtin
Alex Lorenz
2017-04-12
1
-0
/
+1
*
P0426: Make the library implementation of constexpr char_traits a little easier
Richard Smith
2017-01-20
1
-0
/
+1
*
Don't assert when redefining a built-in macro in a PCH, PR29119
Nico Weber
2016-12-09
1
-3
/
+26
*
Accept nullability qualifiers on array parameters.
Jordan Rose
2016-11-10
1
-0
/
+1
*
Do not print include_next/pragma once warnings when input is a header.
Erik Verbruggen
2016-10-27
1
-1
/
+5
*
[PP] Replace some index based for loops with range based ones
Erik Verbruggen
2016-10-26
1
-8
/
+5
*
Mark P0127R3 as done, and replace its __has_feature check with the correspond...
Richard Smith
2016-09-29
1
-4
/
+5
*
P0127R2: Support type deduction for types of non-type template parameters in
Richard Smith
2016-09-28
1
-0
/
+2
*
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...
Eugene Zelenko
2016-09-07
1
-8
/
+30
*
C++ Modules TS: add frontend support for building pcm files from module
Richard Smith
2016-08-26
1
-1
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-3
/
+2
*
[Feature] Add a builtin for indexing into parameter packs. Patch by Louis Dio...
Eric Fiselier
2016-07-01
1
-0
/
+1
*
Revert "[Lex] Support more type-traits in __has_feature"
David Majnemer
2016-05-24
1
-12
/
+4
*
[Lex] Support more type-traits in __has_feature
David Majnemer
2016-05-24
1
-2
/
+11
*
Clang support for __is_assignable intrinsic
David Majnemer
2016-05-23
1
-0
/
+1
*
[esan] EfficiencySanitizer driver flags
Derek Bruening
2016-04-21
1
-0
/
+2
*
[modules] Make the tweak to avoid circular inclusion of emmintrin.h and
Richard Smith
2016-04-21
1
-11
/
+4
*
Consolidate and improve the handling of built-in feature-like macros
Andy Gibbs
2016-04-05
1
-161
/
+208
*
Add replacement = "xxx" to AvailabilityAttr.
Manman Ren
2016-03-21
1
-0
/
+1
*
Revert r263687 for ubsan bot failure.
Manman Ren
2016-03-17
1
-1
/
+0
*
Add an optional named argument (replacement = "xxx") to AvailabilityAttr.
Manman Ren
2016-03-17
1
-0
/
+1
*
Add an optional string argument to DeprecatedAttr for Fix-It.
Manman Ren
2016-03-16
1
-0
/
+1
*
Add has_feature objc_class_property.
Manman Ren
2016-03-10
1
-0
/
+1
*
SemaCXX: Support templates in availability attributes
Duncan P. N. Exon Smith
2016-02-26
1
-0
/
+1
*
PR24667: fix quadratic runtime if textually-included modular headers define l...
Richard Smith
2016-02-23
1
-0
/
+7
*
Add has_feature attribute_availability_with_strict.
Manman Ren
2016-02-22
1
-0
/
+1
*
[modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a single
Richard Smith
2016-02-19
1
-2
/
+3
*
Simplify EnterTokenStream API to make it more robust for memory management
David Blaikie
2016-02-09
1
-6
/
+5
*
[MSVC Compat] Accept elided commas in macro function arguments
Ehsan Akhgari
2016-01-22
1
-1
/
+6
*
Refactor: Simplify boolean conditional return statements in lib/Lex
Alexander Kornienko
2015-12-28
1
-3
/
+1
*
Fix build break
David Majnemer
2015-11-05
1
-2
/
+1
*
[Lex] Add __has_builtin support for __make_integer_seq
David Majnemer
2015-11-05
1
-1
/
+9
*
Support tvOS and watchOS availability attributes
Tim Northover
2015-10-30
1
-0
/
+2
*
Define weak and __weak to mean ARC-style weak references, even in MRC.
John McCall
2015-10-22
1
-1
/
+1
*
SourceRanges are small and trivially copyable, don't them by reference.
Craig Topper
2015-10-04
1
-2
/
+2
*
[modules] Fix a corner case in the macro override rules: properly handle over...
Richard Smith
2015-09-16
1
-2
/
+6
*
Turn off __has_feature(cxx_rtti) when -fno-rtti-data is present
Reid Kleckner
2015-08-13
1
-1
/
+1
*
Ignore the "novtable" declspec when not using the Microsoft C++ ABI.
Bob Wilson
2015-07-20
1
-3
/
+3
*
Add __has_feature(attribute_availability_with_version_underscores).
Jordan Rose
2015-07-16
1
-0
/
+1
*
Implement variance for Objective-C type parameters.
Douglas Gregor
2015-07-07
1
-0
/
+1
*
Implement the Objective-C __kindof type qualifier.
Douglas Gregor
2015-07-07
1
-0
/
+1
*
C++ support for Objective-C lightweight generics.
Douglas Gregor
2015-07-07
1
-0
/
+1
*
Make __has_feature(nullability) and __has_extension(nullability) always true.
Douglas Gregor
2015-06-29
1
-4
/
+2
*
Make __has_extension(assume_nonnull) always true.
Douglas Gregor
2015-06-29
1
-0
/
+1
*
[ObjC] Add NSValue support for objc_boxed_expressions
Alex Denisov
2015-06-26
1
-0
/
+1
*
Allow the cf_returns_[not_]retained attributes to appear on out-parameters.
Douglas Gregor
2015-06-19
1
-0
/
+1
[prev]
[next]