..
ARCMigrate
Replacing calls to getAttr with calls to hasAttr for clarity. No functional change intended -- this only replaces Boolean uses of getAttr.
2013-12-19 02:39:40 +00:00
AST
Assert that tag decls are never marked (in)valid after definition is complete
2013-12-21 01:10:54 +00:00
ASTMatchers
[CMake] clang/lib: Prune redundant dependencies.
2013-12-10 02:36:22 +00:00
Analysis
Switching getAttrs calls over to using a specific_attr_iterator. No functional changes intended.
2013-12-19 15:35:31 +00:00
Basic
Support and use token kinds as diagnostic arguments
2013-12-24 09:48:30 +00:00
CodeGen
remove dead code.
2013-12-23 19:10:57 +00:00
Driver
clang-cl: Support /P and /E (preprocess to file or stdout)
2013-12-20 18:40:46 +00:00
Edit
Add front-end infrastructure now address space casts are in LLVM IR.
2013-12-11 13:39:46 +00:00
Format
clang-format: (WebKit) Disallow 1-line constructors with initializers.
2013-12-24 13:31:25 +00:00
Frontend
TextDiagnosticBuffer: Fix copy-paste mistake in r197856
2013-12-23 07:47:48 +00:00
FrontendTool
[CMake] clang/lib: Prune redundant dependencies.
2013-12-10 02:36:22 +00:00
Headers
[CMake] clang/lib/Headers: Install just-generated ${CMAKE_CURRENT_BINARY_DIR}/arm_neon.h, instead of copied arm_neon.h.
2013-12-21 01:56:00 +00:00
Index
[CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on target_link_libraries() and LLVM_LINK_COMPONENTS.
2013-12-09 19:04:43 +00:00
Lex
Support and use token kinds as diagnostic arguments
2013-12-24 09:48:30 +00:00
Parse
Support and use token kinds as diagnostic arguments
2013-12-24 09:48:30 +00:00
Rewrite
Fix raw lex crash and -frewrite-includes noeol-at-eof failure
2013-12-13 17:04:55 +00:00
Sema
Don't reserve __builtin_types_compatible_p as a C++ keyword
2013-12-25 01:47:02 +00:00
Serialization
Serialize source range info for TypeTraitExpr.
2013-12-20 01:26:47 +00:00
StaticAnalyzer
Fix another misuse of getCustomDiagID()
2013-12-23 17:59:59 +00:00
Tooling
CompilationDatabase.cpp:stripPositionalArgs(): Match not "no-integrated-as" but "-no-integrated-as", it really fixes r197229.
2013-12-14 06:03:28 +00:00
CMakeLists.txt
Fix dependencies now that the ARC migrator depends on the static analyzer.
2013-08-22 15:50:02 +00:00
Makefile
Fix dependencies now that the ARC migrator depends on the static analyzer.
2013-08-22 15:50:02 +00:00