..
ARCMigrate
[Frontend] Make the memory management of FrontendAction pointers explicit by using unique_ptr.
2016-02-07 19:28:36 +00:00
AST
Implement the likely resolution of core issue 253.
2016-02-19 01:52:46 +00:00
ASTMatchers
Add an AST matcher for real floating-point types. e.g., float, double, long double, but not complex.
2016-02-18 16:36:01 +00:00
Analysis
[analyzer] Add checker callback for beginning of function.
2016-02-19 01:35:10 +00:00
Basic
Addressing review comments for r261163.
2016-02-22 04:47:24 +00:00
CodeGen
Remove 'llvm::TrailingObjects::operator delete', clang side.
2016-02-09 01:57:24 +00:00
Config
[CMake] Add option to switch default C++ stdlib
2016-02-12 07:48:37 +00:00
Driver
[MSVC Compat] Implement -EHc semantics
2016-02-20 09:23:47 +00:00
Edit
Roll-back r250822.
2015-10-20 13:23:58 +00:00
Format
clang-format: Add option to disable string literal formatting.
2016-02-01 11:21:02 +00:00
Frontend
[sanitizer-coverage] implement -fsanitize-coverage=trace-pc. This is similar to trace-bb, but has a different API. We already use the equivalent flag in GCC for Linux kernel fuzzing. We may be able to use this flag with AFL too
2016-02-17 21:34:43 +00:00
FrontendTool
Move ExecuteCompilerInvocation to a new library FrontendTool
2010-08-24 00:31:22 +00:00
Index
[AST/index] Introduce an option 'SuppressTemplateArgsInCXXConstructors' in printing policy.
2016-02-15 01:32:36 +00:00
Lex
Lex: Change HeaderMapImpl::getString() to return StringRef, NFC
2016-02-20 23:12:51 +00:00
Parse
Addressing review comments for r261163.
2016-02-22 04:47:24 +00:00
Rewrite
[Frontend] Make the memory management of FrontendAction pointers explicit by using unique_ptr.
2016-02-07 19:28:36 +00:00
Sema
Addressing review comments for r261163.
2016-02-22 04:47:24 +00:00
Serialization
Reduce the number of implicit StringRef->std::string conversions by threading StringRef through more APIs.
2016-02-13 13:42:54 +00:00
StaticAnalyzer
[analyzer] Add checker callback for beginning of function.
2016-02-19 01:35:10 +00:00
Tooling
Add Tooling functionality to get a name for a QualType that can be used to name
2016-02-09 21:04:04 +00:00
CMakeLists.txt
Reapplying r204952 a second time.
2014-03-31 13:14:44 +00:00
module.modulemap
[analyzer] Provide .def-files and visitors for SVal/SymExpr/MemRegion, v2.
2016-01-15 15:22:05 +00:00