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
*
Add back null check removed accidentally in r250554
Reid Kleckner
2015-10-20
1
-0
/
+2
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
6
-9
/
+11
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
6
-11
/
+9
*
Refactor module lookup when looking up a header file, and wire through the re...
Richard Smith
2015-10-16
2
-92
/
+93
*
Parse and ignore #pragma runtime_checks in MS extensions mode (PR25138)
Hans Wennborg
2015-10-12
1
-1
/
+1
*
SourceRanges are small and trivially copyable, don't them by reference.
Craig Topper
2015-10-04
2
-3
/
+3
*
Replace double negation of !FileID.isInvalid() with FileID.isValid().
Yaron Keren
2015-10-03
3
-3
/
+3
*
Fix typo.
Yaron Keren
2015-09-29
1
-1
/
+1
*
[Lex] A source-file new-line in a raw string literal results in a new-line
David Majnemer
2015-09-23
1
-4
/
+17
*
[CUDA] Allow parsing of host and device code simultaneously.
Artem Belevich
2015-09-22
1
-14
/
+18
*
[modules] Fix a corner case in the macro override rules: properly handle over...
Richard Smith
2015-09-16
1
-2
/
+6
*
Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1
Adrian Prantl
2015-08-27
1
-1
/
+1
*
[modules] Remove unnecessary deserialization of fully-external HeaderFileInfo...
Richard Smith
2015-08-24
2
-30
/
+63
*
[modules] Fix HeaderFileInfo serialization to store all the known owning modu...
Richard Smith
2015-08-18
2
-47
/
+71
*
[modules] PR20507: Avoid silent textual inclusion.
Sean Silva
2015-08-17
2
-3
/
+27
*
[modules] Stop dropping 'module.timestamp' files into the current directory
Richard Smith
2015-08-15
1
-2
/
+2
*
Turn off __has_feature(cxx_rtti) when -fno-rtti-data is present
Reid Kleckner
2015-08-13
1
-1
/
+1
*
Attempt to fix build after r244912
Ben Langmuir
2015-08-13
1
-4
/
+7
*
[Modules] Add Darwin-specific compatibility module map parsing hacks
Ben Langmuir
2015-08-13
1
-7
/
+91
*
[modules] When building a dependency file, include module maps parsed in the
Richard Smith
2015-08-09
1
-0
/
+5
*
Rename the non-coding style conformant functions in namespace Builtins
Eric Christopher
2015-08-06
1
-1
/
+1
*
Improved error recovery for _Pragma
Hubert Tong
2015-07-30
1
-1
/
+5
*
[MS Extensions] Remove support for the i128 integer literal suffix
David Majnemer
2015-07-26
1
-4
/
+1
*
[modules] Produce an error if -cc1 wants to implicitly build a module and no
Richard Smith
2015-07-21
1
-2
/
+3
*
Ignore the "novtable" declspec when not using the Microsoft C++ ABI.
Bob Wilson
2015-07-20
1
-3
/
+3
*
Make the clang module container format selectable from the command line.
Adrian Prantl
2015-07-17
1
-1
/
+3
*
Add __has_feature(attribute_availability_with_version_underscores).
Jordan Rose
2015-07-16
1
-0
/
+1
*
[modules] When diagnosing errors in module map files found by 'extern module'...
Richard Smith
2015-07-14
1
-4
/
+5
*
[modules] When checking the include guard for a header, check whether it's
Richard Smith
2015-07-10
1
-8
/
+10
*
[modules] Fix "prefer own module over others" rule when selecting a module fo...
Richard Smith
2015-07-10
1
-1
/
+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
*
[Modules] Be consistent about finding a module for framework headers
Ben Langmuir
2015-07-02
2
-36
/
+30
*
[modules] Before checking whether the controlling macro of a header is defined,
Richard Smith
2015-07-01
1
-2
/
+7
*
[modules] Make the include guard optimization fire a bit more when considering
Richard Smith
2015-07-01
2
-3
/
+8
*
[modules] Make sure macros get made visible in the top-level file if we've got
Richard Smith
2015-06-30
1
-2
/
+15
*
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
*
[Preprocessor] Iterating over all macros should include those from modules.
Jordan Rose
2015-06-24
1
-0
/
+4
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
5
-6
/
+6
*
[modules] When building a module, if there are multiple matches for a header
Richard Smith
2015-06-22
1
-0
/
+3
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
5
-6
/
+6
*
Allow the cf_returns_[not_]retained attributes to appear on out-parameters.
Douglas Gregor
2015-06-19
1
-0
/
+1
*
Introduced pragmas for audited nullability regions.
Douglas Gregor
2015-06-19
4
-0
/
+76
*
Introduce type nullability specifiers for C/C++.
Douglas Gregor
2015-06-19
1
-0
/
+2
*
[ASan] Initial support for Kernel AddressSanitizer
Alexander Potapenko
2015-06-19
1
-1
/
+3
*
[clang] Refactoring of conditions so they use isOneOf() instead of multiple i...
Daniel Marjamaki
2015-06-18
4
-17
/
+17
*
[modules] Simplify -cc1 interface for enabling implicit module maps.
Richard Smith
2015-06-16
3
-14
/
+15
[next]