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
/
PPDirectives.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Retire llvm::alignOf in favor of C++11 alignof.
Benjamin Kramer
2016-10-20
1
-1
/
+1
*
Use StringRef for MemoryBuffer identifier API (NFC)
Mehdi Amini
2016-10-01
1
-2
/
+2
*
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...
Eugene Zelenko
2016-09-07
1
-9
/
+26
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-2
/
+1
*
[Lex] Try to fix a 'comparison is always false' warning. NFC.
George Burgess IV
2016-06-16
1
-1
/
+1
*
Patch for r272584 (http://reviews.llvm.org/rL272584) to address clang-x64-nin...
Taewook Oh
2016-06-13
1
-41
/
+41
*
Use the name of the file on disk to issue a new diagnostic about non-portable...
Taewook Oh
2016-06-13
1
-0
/
+148
*
Revert r272562 for build bot failure (clang-x86-win2008-selfhost)
Taewook Oh
2016-06-13
1
-148
/
+0
*
Use the name of the file on disk to issue a new diagnostic about non-portable...
Taewook Oh
2016-06-13
1
-0
/
+148
*
Revert commit r271708
Taewook Oh
2016-06-04
1
-67
/
+0
*
Use the name of the file on disk to issue a new diagnostic about non-portable...
Taewook Oh
2016-06-03
1
-0
/
+67
*
Modules: set SystemHeader to true if we are building a system module.
Manman Ren
2016-05-17
1
-3
/
+6
*
[modules] When diagnosing a missing module import, suggest adding a #include if
Richard Smith
2016-04-27
1
-0
/
+56
*
[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
*
Diagnose missing macro argument following charize operator.
Andy Gibbs
2016-04-01
1
-2
/
+3
*
[modules] Don't diagnose non-modular includes from modular files that are
Richard Smith
2016-03-14
1
-3
/
+7
*
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
*
[modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a single
Richard Smith
2016-02-19
1
-20
/
+17
*
Simplify users of StringRef::{l,r}trim (clang) (NFC)
Vedant Kumar
2016-02-16
1
-1
/
+1
*
Fix remaining Clang-tidy readability-redundant-control-flow warnings; other m...
Eugene Zelenko
2016-02-12
1
-10
/
+3
*
Simplify EnterTokenStream API to make it more robust for memory management
David Blaikie
2016-02-09
1
-4
/
+4
*
Refactor: Simplify boolean conditional return statements in lib/Lex
Alexander Kornienko
2015-12-28
1
-7
/
+3
*
Replace SM.getFileEntryForID(Lexer->getFileID()) with Lexer->getFileEntry().
Yaron Keren
2015-12-18
1
-5
/
+3
*
In Objective-C, ignore attempts to redefine the ARC/GC qualifier macros.
John McCall
2015-12-10
1
-0
/
+24
*
Change MacroInfo::setArgumentList to take an ArrayRef instead of pointer and ...
Craig Topper
2015-10-22
1
-3
/
+3
*
Refactor module lookup when looking up a header file, and wire through the re...
Richard Smith
2015-10-16
1
-7
/
+10
*
Replace double negation of !FileID.isInvalid() with FileID.isValid().
Yaron Keren
2015-10-03
1
-1
/
+1
*
[modules] PR20507: Avoid silent textual inclusion.
Sean Silva
2015-08-17
1
-0
/
+23
*
[modules] Make the include guard optimization fire a bit more when considering
Richard Smith
2015-07-01
1
-1
/
+2
*
Introduced pragmas for audited nullability regions.
Douglas Gregor
2015-06-19
1
-0
/
+9
*
[clang] Refactoring of conditions so they use isOneOf() instead of multiple i...
Daniel Marjamaki
2015-06-18
1
-2
/
+2
*
[modules] Simplify -cc1 interface for enabling implicit module maps.
Richard Smith
2015-06-16
1
-6
/
+3
*
Revert r237609 for now.
Richard Smith
2015-05-19
1
-4
/
+5
*
[modules] When a file is listed as a non-textual header in a module map, don't
Richard Smith
2015-05-18
1
-5
/
+4
*
[modules] Refactor and simplify #include handling.
Richard Smith
2015-05-18
1
-115
/
+102
*
[modules] If we see a #include that maps to a module, but use of precompiled ...
Richard Smith
2015-05-18
1
-22
/
+17
*
[modules] Rearrange preprocessor module visibility handling, no observable ch...
Richard Smith
2015-05-14
1
-23
/
+40
*
Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*...
Richard Smith
2015-05-04
1
-8
/
+5
*
[modules] Remove dead code from Module for tracking macro import locations.
Richard Smith
2015-05-02
1
-5
/
+4
*
[modules] Start moving the module visibility information off the Module itself.
Richard Smith
2015-05-01
1
-1
/
+5
*
Remove dead code: a MacroDirective can't be imported or ambiguous any more.
Richard Smith
2015-04-30
1
-9
/
+0
*
[modules] Stop trying to fake up a linear MacroDirective history.
Richard Smith
2015-04-29
1
-14
/
+20
*
[modules] Incrementally compute the list of overridden module macros based on
Richard Smith
2015-04-27
1
-0
/
+1
*
[modules] Refactor creation of ModuleMacros and create them when importing fr...
Richard Smith
2015-04-23
1
-8
/
+13
*
[modules] Properly attribute macros to modules if they're in a file textually...
Richard Smith
2015-04-23
1
-3
/
+8
*
[modules] Store a ModuleMacro* on an imported macro directive rather than dup...
Richard Smith
2015-04-23
1
-14
/
+6
*
[modules] Determine the set of macros exported by a submodule at the end of t...
Richard Smith
2015-04-23
1
-0
/
+2
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
1
-5
/
+5
[prev]
[next]