..
AST
Change all self assignments X=X to (void)X, so that we can turn on a
2010-12-23 01:01:28 +00:00
Analysis
[analyzer] Refactoring: Move stuff into namespace 'GR'.
2010-12-22 18:53:20 +00:00
Basic
In C++, if the user redeclares a builtin function with a type that is
2010-12-21 19:47:46 +00:00
CodeGen
Introduce a new type, PackExpansionType, to capture types that are
2010-12-20 02:24:11 +00:00
Driver
Fix PR8639 by making the "argument unused during compilation" less agressive. Now we
2010-12-20 22:45:09 +00:00
Frontend
Introduced raw_identifier token kind.
2010-12-22 08:23:18 +00:00
FrontendTool
[analyzer] Refactoring: Move stuff into namespace 'GR'.
2010-12-22 18:53:20 +00:00
GR
Change all self assignments X=X to (void)X, so that we can turn on a
2010-12-23 01:01:28 +00:00
Headers
Optimized IR for vec_splat
2010-12-01 21:59:31 +00:00
Index
Fix CMake clangIndex library dependencies, from Logan Chien
2010-09-20 18:32:29 +00:00
Lex
Change all self assignments X=X to (void)X, so that we can turn on a
2010-12-23 01:01:28 +00:00
Parse
Fix a major inconsistency in the representation of Objective-C
2010-12-21 17:34:17 +00:00
Rewrite
Introduced raw_identifier token kind.
2010-12-22 08:23:18 +00:00
Sema
Change all self assignments X=X to (void)X, so that we can turn on a
2010-12-23 01:01:28 +00:00
Serialization
Replace all uses of PathV1::makeAbsolute with PathV2::fs::make_absolute.
2010-12-21 16:45:57 +00:00
CMakeLists.txt
Add GR/Checkers subdir for CMake build.
2010-12-22 20:22:35 +00:00
Makefile
[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclangGRCore
2010-12-22 18:52:29 +00:00