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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply clang-tidy's misc-move-constructor-init throughout Clang.
Benjamin Kramer
2016-05-27
2
-3
/
+6
*
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
*
[Lexer] Don't merge macro args from different macro files
Vedant Kumar
2016-05-19
1
-0
/
+3
*
NFC: simplify logic.
Manman Ren
2016-05-17
1
-2
/
+2
*
Modules: set SystemHeader to true if we are building a system module.
Manman Ren
2016-05-17
2
-6
/
+10
*
[Lex] inferModuleFromLocation should do no work if there are no modules
David Majnemer
2016-05-16
1
-0
/
+3
*
[Modules] Use vfs for (recursive) directory iteration
Bruno Cardoso Lopes
2016-05-16
2
-15
/
+22
*
[ModuleMap][CrashReproducer] Collect headers from inner frameworks
Bruno Cardoso Lopes
2016-05-13
1
-0
/
+4
*
Enable support for __float128 in Clang and enable it on pertinent platforms
Nemanja Ivanovic
2016-05-09
1
-2
/
+11
*
[CrashReproducer] Change module map callback signature. NFC
Bruno Cardoso Lopes
2016-05-06
1
-1
/
+1
*
Remove unused LangOpts private variable in HeaderSearch.
Samuel Antao
2016-04-27
1
-2
/
+1
*
[modules] When diagnosing a missing module import, suggest adding a #include if
Richard Smith
2016-04-27
3
-12
/
+114
*
[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
*
Improve diagnostic for the case when a non-defined function-like macro is used
Richard Smith
2016-04-16
1
-4
/
+26
*
Revert 266186 as it breaks anything that includes type_traits on some platforms
Nemanja Ivanovic
2016-04-15
1
-11
/
+2
*
Enable support for __float128 in Clang
Nemanja Ivanovic
2016-04-13
1
-2
/
+11
*
[modules] Extend r266113 to cope with submodules.
Richard Smith
2016-04-12
1
-1
/
+3
*
[modules] When an incompatible module file is explicitly provided for a module,
Richard Smith
2016-04-12
1
-1
/
+4
*
Consolidate and improve the handling of built-in feature-like macros
Andy Gibbs
2016-04-05
1
-161
/
+208
*
AnnotateFunctions: Tweak for mingw.
NAKAMURA Takumi
2016-04-04
1
-0
/
+2
*
Add a PragmaHandler Registry for plugins to add PragmaHandlers to
John Brawn
2016-04-04
1
-0
/
+7
*
Diagnose missing macro argument following charize operator.
Andy Gibbs
2016-04-01
1
-2
/
+3
*
[Lexer] Let the compiler infer string lengths. No functionality change intended.
Benjamin Kramer
2016-04-01
1
-2
/
+2
*
[Lexer] Don't read out of bounds if a conflict marker is at the end of a file
Benjamin Kramer
2016-04-01
1
-1
/
+1
*
[CrashReproducer] Add a module map callback for added headers
Bruno Cardoso Lopes
2016-03-30
1
-0
/
+4
*
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
*
[modules] Don't diagnose non-modular includes from modular files that are
Richard Smith
2016-03-14
2
-4
/
+9
*
Add has_feature objc_class_property.
Manman Ren
2016-03-10
1
-0
/
+1
*
[Modules] Add stdatomic to the list of builtin headers
Ben Langmuir
2016-03-09
1
-0
/
+1
*
[Modules] Modernize, use range-based loops.
Davide Italiano
2016-03-08
1
-5
/
+2
*
[Modules] Don't swallow errors when parsing optional attributes.
Davide Italiano
2016-03-06
1
-3
/
+8
*
Update diagnostics now that hexadecimal literals look likely to be part of C+...
Richard Smith
2016-03-04
2
-6
/
+13
*
SemaCXX: Support templates in availability attributes
Duncan P. N. Exon Smith
2016-02-26
1
-0
/
+1
*
Revert "Don't convert a char to a const char *"
David Majnemer
2016-02-24
1
-1
/
+1
*
Don't convert a char to a const char *
David Majnemer
2016-02-24
1
-1
/
+1
*
PR24667: fix quadratic runtime if textually-included modular headers define l...
Richard Smith
2016-02-23
2
-22
/
+52
*
Lex: Return "" when HeaderMap::lookupFilename fails
Duncan P. N. Exon Smith
2016-02-23
1
-13
/
+24
*
Lex: Check for 0 buckets on header map construction
Duncan P. N. Exon Smith
2016-02-22
1
-5
/
+5
*
Add has_feature attribute_availability_with_strict.
Manman Ren
2016-02-22
1
-0
/
+1
*
Lex: Never overflow the file in HeaderMap::lookupFilename()
Duncan P. N. Exon Smith
2016-02-21
1
-5
/
+11
*
Lex: Change HeaderMapImpl::getString() to return StringRef, NFC
Duncan P. N. Exon Smith
2016-02-20
1
-4
/
+4
*
Lex: Use dbgs() instead of fprintf() in HeaderMap::dump()
Duncan P. N. Exon Smith
2016-02-20
1
-5
/
+5
*
Lex: Check whether the header map buffer has space for the buckets
Duncan P. N. Exon Smith
2016-02-20
1
-10
/
+10
*
Lex: Check buckets on header map construction
Duncan P. N. Exon Smith
2016-02-20
1
-4
/
+12
[next]