llvm-project/clang/lib
Eli Friedman cf7cbe7441 A few small tweaks to isConstantInitializer. (No test because this
isn't getting used by Sema or CodeGen at the moment...)

llvm-svn: 65107
2009-02-20 02:36:22 +00:00
..
AST A few small tweaks to isConstantInitializer. (No test because this 2009-02-20 02:36:22 +00:00
Analysis Fix crash from <rdar://problem/6562655>: 'init' method only return a receiver alias if the return type is a location. 2009-02-20 00:05:35 +00:00
Basic replace a dirty hack with a clean solution. Too bad we can't 2009-02-19 23:53:20 +00:00
CodeGen Initialize the Init variable to something reasonable when we emit an 2009-02-20 01:18:21 +00:00
Driver map source ranges through macro expansions. Before: 2009-02-20 00:25:28 +00:00
Headers testing (reverted) 2009-02-19 00:27:58 +00:00
Lex Fix another PTH warning that should not be a note. 2009-02-19 22:14:49 +00:00
Parse don't new[] an empty array when an AttributeList has 2009-02-19 06:25:12 +00:00
Rewrite simplify this code and make it use highlight range. This 2009-02-17 00:51:07 +00:00
Sema Suppress constant initializer checking when the declaration isn't valid. 2009-02-20 01:34:21 +00:00
CMakeLists.txt CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Makefile add a libDriver, for now only move the text diangostics stuff from Driver to there 2008-08-05 23:33:20 +00:00