llvm-project/clang/lib
Alexis Hunt a0c80c55c3 Fixed 80-cols violation
llvm-svn: 100704
2010-04-07 22:52:07 +00:00
..
AST Don't emit an 'unused expression' warning for '||' and '&&' expressions that contain assignments 2010-04-07 18:49:21 +00:00
Analysis the big refactoring bits of PR3782. 2010-03-30 20:24:48 +00:00
Basic add clang -cc1 level support for "-ferror-limit 42" 2010-04-07 20:37:06 +00:00
Checker Fix crash in StoreManager::CastRegion() when the base region is a type with 0 size. 2010-04-07 00:46:49 +00:00
CodeGen @llvm.sqrt isn't really close enough to C's sqrt to justify emitting calls 2010-04-07 08:20:20 +00:00
Driver add a new driver-level -ferror-limit=412 option, which causes clang to stop 2010-04-07 20:49:23 +00:00
Frontend add clang -cc1 level support for "-ferror-limit 42" 2010-04-07 20:37:06 +00:00
Headers Fix typo. 2010-04-01 03:07:20 +00:00
Index Allow users to set CPPFLAGS and CXXFLAGS on the make command line. 2010-03-12 22:55:16 +00:00
Lex Match MemoryBuffer API changes. 2010-04-05 22:42:27 +00:00
Parse Implement code completion for Objective-C method declarations and 2010-04-07 00:21:17 +00:00
Rewrite Let SourceManager::getBufferData return StringRef instead of a pair of two const char*. 2010-03-16 14:14:31 +00:00
Runtime Runtime: Install the new libcc_kext.a produced by the clang_darwin compiler-rt 2010-03-26 19:37:38 +00:00
Sema Fixed 80-cols violation 2010-04-07 22:52:07 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00