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
*
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
*
[modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1.
Richard Smith
2014-12-09
2
-26
/
+40
*
PR21217: Slightly more eagerly load -fmodule-map-file= files and provide
Richard Smith
2014-12-06
1
-12
/
+0
*
Additional safety for the root cause of regression in r223443; make the module
Richard Smith
2014-12-06
1
-0
/
+1
*
Modify __has_attribute so that it only looks for GNU-style attributes. Remove...
Aaron Ballman
2014-12-05
1
-1
/
+1
*
Added a new preprocessor macro: __has_declspec_attribute. This can be used as...
Aaron Ballman
2014-12-05
1
-0
/
+5
*
Add support for has_feature(cxx_alignof) and has_feature(c_alignof).
Nico Weber
2014-12-03
1
-0
/
+3
*
Reverted r223114, it caused failure on on clang-native-arm-cortex-a9.
Serge Pavlov
2014-12-02
1
-69
/
+0
*
Emit warning if define or undef reserved identifier or keyword.
Serge Pavlov
2014-12-02
1
-0
/
+69
*
Try to fix the MSVC build.
Hans Wennborg
2014-12-02
1
-8
/
+8
*
[modules] Track how 'header' directives were written in module map files,
Richard Smith
2014-12-02
4
-57
/
+93
*
Add flag -f(no-)modules-implicit-maps.
Daniel Jasper
2014-11-25
1
-44
/
+58
*
clang-format a recent commit I made
David Blaikie
2014-11-19
1
-1
/
+1
*
Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.
David Blaikie
2014-11-19
2
-18
/
+14
*
Silencing a -Wparentheses warning; NFC.
Aaron Ballman
2014-11-14
1
-1
/
+1
*
Complete support for the SD-6 standing document (based off N4200) with suppor...
Aaron Ballman
2014-11-14
1
-5
/
+25
*
[c++1z] Support for u8 character literals.
Richard Smith
2014-11-08
5
-9
/
+29
*
Introduce a SanitizerKind enum to LangOptions.
Alexey Samsonov
2014-11-07
1
-138
/
+139
*
Remove superceded warning warn_forgotten_module_header
Ben Langmuir
2014-11-05
1
-28
/
+0
*
Fix warning in Altivec code when building with GCC 4.8.2 on Ubuntu 14.04.
Jay Foad
2014-10-29
1
-1
/
+1
*
Make VFS and FileManager match the current MemoryBuffer API.
Benjamin Kramer
2014-10-26
1
-4
/
+3
*
ModuleMap.cpp: fix Windows build, take 2
Hans Wennborg
2014-10-26
1
-2
/
+3
*
ModuleMap.cpp: fix VS2012 build
Hans Wennborg
2014-10-26
1
-2
/
+3
*
ModuleMap::addHeader(): Appease msc17.
NAKAMURA Takumi
2014-10-26
1
-4
/
+16
*
Lex: Fix an invalid access into a SmallString
David Majnemer
2014-10-25
2
-5
/
+6
*
[modules] Support combining 'textual' with 'private'.
Richard Smith
2014-10-24
1
-73
/
+59
*
Use enumerators instead of hardcoded integers when processing macro names.
Serge Pavlov
2014-10-24
2
-14
/
+15
*
Refactor implementation of 'exclude header'.
Richard Smith
2014-10-23
1
-16
/
+16
[next]