..
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
Rename isBuiltinCall() to getBuiltinCallee()
2013-12-28 21:59:02 +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
Teach the diagnostics engine about the Attr type to make reporting on semantic attributes easier (and not require hard-coded strings). This requires a getSpelling() function on the Attr class, which is table-driven. Updates a handful of cases where a hard-coded string was being used to test the functionality out. Updating associated test cases for the improved quoting.
2013-12-26 18:30:57 +00:00
CodeGen
Rename isBuiltinCall() to getBuiltinCallee()
2013-12-28 21:59:02 +00:00
Driver
Propagate "-arch x86_64h" setting to the linker. <rdar://problem/15711488>
2013-12-28 05:26:14 +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: Break default arguments less eagerly.
2013-12-27 06:39:56 +00:00
Frontend
Silence a dubious GCC warning about a set but unused global. Indeed, the
2013-12-28 02:50:00 +00:00
FrontendTool
Bury leaked pointers in a global array to silence a leak detector in --disable-free mode
2013-12-27 08:11:08 +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
Cleanup: Switch the preprocessor to err_pp_expected_after
2013-12-30 01:59:29 +00:00
Parse
Support and use token kinds as diagnostic arguments
2013-12-24 09:48:30 +00:00
Rewrite
Implement MSVC header search algorithm in MicrosoftMode.
2013-12-27 19:46:16 +00:00
Sema
Rename isBuiltinCall() to getBuiltinCallee()
2013-12-28 21:59:02 +00:00
Serialization
Serialize source range info for TypeTraitExpr.
2013-12-20 01:26:47 +00:00
StaticAnalyzer
Fixing a compile error that recently started happening for me in MSVC 2013. CFGTerminator has an explicit conversion to bool operator that we can make use of instead of using == 0.
2013-12-29 18:59:54 +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