.. |
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
|
Small simplification: p0 is the same as p.
|
2013-12-19 16:54:10 +00:00 |
CodeGen
|
[AArch64]The compare to zero intrinsics should be implemented by 'icmp/fcmp' and 'sext' not 'zext'. Modify the implementation by replacing zext with sext.
|
2013-12-23 02:44:00 +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: Better support for multi-line wide string literals.
|
2013-12-20 06:22:01 +00:00 |
Frontend
|
Fix getCustomDiagID() usage in CodeGen and TextDiagnosticBuffer
|
2013-12-21 05:20:03 +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
|
Use this one little trick to prevent optimizers from removing an
|
2013-12-21 01:04:02 +00:00 |
Parse
|
Refactor the Microsoft inheritance attribute handling so that it no longer has special treatment. Also fixes a minor bug where the attributes were being parsed as though they were GNU-style attributes when they were in fact keyword attributes.
|
2013-12-18 23:44:18 +00:00 |
Rewrite
|
Fix raw lex crash and -frewrite-includes noeol-at-eof failure
|
2013-12-13 17:04:55 +00:00 |
Sema
|
Removing the alloc_size attribute. The attribute was semantically handled, but silently ignored. Most of this feature was already reverted in June 2012 (r159016), this just cleans up the pieces left over.
|
2013-12-21 17:15:13 +00:00 |
Serialization
|
Serialize source range info for TypeTraitExpr.
|
2013-12-20 01:26:47 +00:00 |
StaticAnalyzer
|
[analyzer] Use DataRecursiveASTVisitor for the AnalysisConsumer.
|
2013-12-20 02:02:58 +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 |