clang-1/lib
Anders Carlsson b1fba31453 There's no need to return early if we encounter a try/throw and exceptions are disabled.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126053 91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-19 21:53:09 +00:00
..
AST Expand use of CharUnits for alignments further. No change in functionality 2011-02-19 18:58:07 +00:00
Analysis Fix a -Wuninitialized warning; it's actually a false positive, 2011-02-19 03:13:26 +00:00
Basic Revert 125820 and 125819 to fix PR9266. 2011-02-19 21:39:31 +00:00
CodeGen Revert 125820 and 125819 to fix PR9266. 2011-02-19 21:39:31 +00:00
Driver [analyzer] '-analyzer-check-objc-mem' can go through the llvm/clang codebase without crashing; enable it for C++. 2011-02-19 08:03:21 +00:00
Frontend Revert 125820 and 125819 to fix PR9266. 2011-02-19 21:39:31 +00:00
FrontendTool Eliminate the internal command-line option for viewing inheritance in C++ classes, since it's only really worked for the trivial cases anyway due to lame pseudo-parsing of the class name. The viewInheritance() function is still available for use in the debugger, where this is far more useful 2011-02-17 19:04:40 +00:00
Headers Optimized IR for vec_splat 2010-12-01 21:59:31 +00:00
Index Give some convenient idiomatic accessors to Stmt::child_range and 2011-02-13 04:07:26 +00:00
Lex Warn for missing terminating " or ' instead of error for gcc compatibility. Fixed rdar://8914293. 2011-02-15 23:45:31 +00:00
Parse fix rdar://9024687, a crash on invalid that we used to silently ignore. 2011-02-18 21:16:39 +00:00
Rewrite Change the representation of GNU ?: expressions to use a different expression 2011-02-17 10:25:35 +00:00
Sema There's no need to return early if we encounter a try/throw and exceptions are disabled. 2011-02-19 21:53:09 +00:00
Serialization Step #2/N of __label__ support: keep pushing LabelDecl forward, 2011-02-17 20:34:02 +00:00
StaticAnalyzer Fix some add_dependencies. 2011-02-19 21:38:48 +00:00
CMakeLists.txt [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core. 2011-02-08 22:30:36 +00:00
Makefile Chris Lattner has strong opinions about directory 2010-12-23 19:38:26 +00:00