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
*
[modules] Cope with partial module macro information, fix memory leak found b...
Richard Smith
2015-04-22
1
-0
/
+9
*
[modules] Build a DAG of module macros for each identifier.
Richard Smith
2015-04-22
2
-0
/
+47
*
[MSVC] Mimic MSVC whitespace collapse for incompatible token pasting
Will Wilson
2015-04-17
1
-0
/
+7
*
MSan told me that we actually dump the entire scratch buffer into PCH files, ...
Benjamin Kramer
2015-04-06
1
-3
/
+4
*
Prefer uninitialized memory for scratch space.
Benjamin Kramer
2015-04-06
1
-1
/
+1
*
[lex] Provide a valid token when __has_include is found outside of a pp direc...
Benjamin Kramer
2015-03-29
1
-0
/
+3
*
[lex] Don't create a garbage token if parsing of __has_include fails.
Benjamin Kramer
2015-03-29
1
-2
/
+4
*
[lex] Don't read past the end of the buffer
Benjamin Kramer
2015-03-29
1
-3
/
+4
*
[lex] Turn range checks into asserts.
Benjamin Kramer
2015-03-29
1
-44
/
+36
*
[modules] Restrict the module use-declaration to only appear in top-level
Richard Smith
2015-03-26
1
-17
/
+13
*
Make Oveflow tracking more legible (CR feedback from Richard Smith on r232999)
David Blaikie
2015-03-23
1
-1
/
+2
*
Refactor: Simplify boolean expresssions in lib/Lex
David Blaikie
2015-03-23
1
-1
/
+1
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
6
-27
/
+26
*
Lex: Don't call getIdentifierInfo on annotation tokens
David Majnemer
2015-03-18
1
-1
/
+1
*
Implement PreprocessingRecord's and LazyVector's iterators on top of iterator...
Benjamin Kramer
2015-03-15
1
-1
/
+1
*
When building a module, all headers of submodules can be used.
Daniel Jasper
2015-03-13
1
-1
/
+2
*
Make a module "use" also count as use of all its submodules
Daniel Jasper
2015-03-13
1
-3
/
+5
*
Teach raw_ostream to accept SmallString.
Yaron Keren
2015-03-10
1
-1
/
+1
*
[modules] This check is run before we resolve the header, not after, so just
Richard Smith
2015-03-10
1
-21
/
+14
*
[modules] Don't assert if the same header is named as both a public and a
Richard Smith
2015-03-09
1
-9
/
+18
*
Simplify boolean expressions in clang with clang-tidy
David Blaikie
2015-03-09
1
-5
/
+2
*
Properly initialize the parser_crash debug token.
Benjamin Kramer
2015-03-08
1
-0
/
+2
*
Use delegating ctors to reduce code duplication. NFC.
Benjamin Kramer
2015-03-06
1
-8
/
+2
*
[Modules] Fix crash in Preprocessor::getLastMacroWithSpelling().
Argyrios Kyrtzidis
2015-03-04
1
-3
/
+3
*
Add clang support for Objective-C application extensions.
Bob Wilson
2015-03-02
1
-0
/
+1
*
Commit patch for PR19649. Set the correct sign of wide character for literals...
Michael Wong
2015-02-24
1
-1
/
+3
*
Don't load Framework module.map files when searching subdirectories
Ben Langmuir
2015-02-24
1
-2
/
+4
*
Revert "Mangle the IsSystem bit into the .pcm file name"
Ben Langmuir
2015-02-19
1
-8
/
+2
*
Spelling correction.
Yaron Keren
2015-02-19
1
-1
/
+1
*
Allow errors on use of a private module header to be disabled, to better supp...
Richard Smith
2015-02-19
1
-3
/
+3
*
[modules] Accept //-style comments in module maps on purpose rather than by
Richard Smith
2015-02-14
1
-1
/
+3
*
[modules] If we have a choice between including a file textually and importing
Richard Smith
2015-02-13
1
-2
/
+17
*
Mangle the IsSystem bit into the .pcm file name
Ben Langmuir
2015-02-12
1
-2
/
+8
*
Update APIs that return a pair of iterators to return an iterator_range instead.
Benjamin Kramer
2015-02-06
1
-6
/
+7
*
Allow objc_bridge(id) to be used on typedefs of [cv] void*.
John McCall
2015-02-01
1
-1
/
+2
*
Inherit attributes when infering a framework module
Ben Langmuir
2015-01-13
1
-24
/
+23
*
Remove unused method canInferFrameworkModule
Ben Langmuir
2015-01-13
1
-24
/
+0
*
Lex: Don't let annotation tokens get into macro expansion
David Majnemer
2014-12-28
1
-1
/
+2
*
Fixed warnings on redefine keywords and reserved ids.
Serge Pavlov
2014-12-18
1
-14
/
+121
*
Move -Wkeyword-macro into -pedantic, remove -Wreserved-id-macro.
Nico Weber
2014-12-16
1
-50
/
+5
*
Preprocessor: Recover instead of mutating a token in ExpandBuiltinMacro
David Majnemer
2014-12-15
1
-4
/
+10
*
MSVC: A wide string literal from L#macro_arg in a macro
Alexey Bataev
2014-12-15
1
-3
/
+19
*
Lex: Don't crash if both conflict markers are on the same line
David Majnemer
2014-12-14
1
-2
/
+2
*
Do not warn on keyword undef
Serge Pavlov
2014-12-12
1
-11
/
+6
*
[Objective-C]. This patch extends objc_bridge attribute to support objc_brid...
Fariborz Jahanian
2014-12-11
1
-0
/
+1
*
[modules] When constructing paths relative to a module, strip out /./ directory
Richard Smith
2014-12-11
1
-9
/
+17
*
Emit warning if define or undef reserved identifier or keyword.
Serge Pavlov
2014-12-11
1
-0
/
+69
*
Reinstate r223753, reverted in r223759 due to breakage of clang-tools-extra.
Richard Smith
2014-12-10
2
-26
/
+40
*
Modified the Objective-C lexer and parser (only
Sean Callanan
2014-12-09
1
-7
/
+10
*
Revert "[modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1."
Duncan P. N. Exon Smith
2014-12-09
2
-40
/
+26
[next]