.. |
AST
|
A few tweaks to the value-kind computation:
|
2010-11-23 20:48:44 +00:00 |
Analysis
|
Refactor AddStmtChoice to make it easier to use; also add comments on how the class works. Reviewed by kremenek.
|
2010-11-24 03:28:53 +00:00 |
Basic
|
Fix 2 problems with Chris Lattner's FileManager redesign on Windows.
|
2010-11-24 03:07:43 +00:00 |
Checker
|
Add an assert() to catch errors using EvalLoad(). Reviewed by kremenek.
|
2010-11-24 01:47:11 +00:00 |
CodeGen
|
Refactor the null-initialization for record types and make it handle bases that aren't i8 arrays.
|
2010-11-22 18:42:14 +00:00 |
Driver
|
Forward the -fno-elide-constructor argument to clang -cc1. Fixes PR8652.
|
2010-11-21 00:09:52 +00:00 |
Frontend
|
change the 'is directory' indicator to be a null-or-not
|
2010-11-23 21:17:56 +00:00 |
FrontendTool
|
getNumErrors() -> hasErrorOccurred()
|
2010-11-19 00:19:18 +00:00 |
Headers
|
Undo part of my previous commit to mm_malloc.h, going back to the use of
|
2010-11-22 08:06:31 +00:00 |
Index
|
Fix CMake clangIndex library dependencies, from Logan Chien
|
2010-09-20 18:32:29 +00:00 |
Lex
|
change the 'is directory' indicator to be a null-or-not
|
2010-11-23 21:17:56 +00:00 |
Parse
|
Remove the other FIXME I added. This is covered by the Index test and not testable via -ast-dump.
|
2010-11-22 13:48:02 +00:00 |
Rewrite
|
Minor whitespace fix, no functionality change
|
2010-11-22 10:26:41 +00:00 |
Sema
|
Redeclarations of using declarations are not okay in function scopes.
|
2010-11-23 22:03:51 +00:00 |
Serialization
|
change the 'is directory' indicator to be a null-or-not
|
2010-11-23 21:17:56 +00:00 |
CMakeLists.txt
|
Move ExecuteCompilerInvocation to a new library FrontendTool
|
2010-08-24 00:31:22 +00:00 |
Makefile
|
Move ExecuteCompilerInvocation to a new library FrontendTool
|
2010-08-24 00:31:22 +00:00 |