llvm-project/clang/lib
Ted Kremenek a3ab0d7666 For forward-declared static inline functions, delay CFG-based warnings until we
encounter a definition.

llvm-svn: 99243
2010-03-23 01:37:12 +00:00
..
AST More clean up of ivars which are either in class extensions and 2010-03-22 18:25:57 +00:00
Analysis Only perform CFG-based warnings on 'static inline' functions that 2010-03-23 00:13:23 +00:00
Basic Fix a thinko and a typo in the delayed-diagnostic code. 2010-03-22 15:47:45 +00:00
Checker Tweak null dereference diagnostics to give clearer diagnostics when 2010-03-23 01:11:38 +00:00
CodeGen Comment the reasons for the strange little dance we do with the main file name for debug information 2010-03-22 21:28:29 +00:00
Driver Disable the emission of frontend warnings (not errors) under --analyze. 2010-03-22 22:32:05 +00:00
Frontend Keep track of the size/modification time of each file source-location 2010-03-21 22:49:54 +00:00
Headers fix PR6658: inline isn't a keyword in C89 mode, use __inline__ instead. 2010-03-22 18:14:12 +00:00
Index Allow users to set CPPFLAGS and CXXFLAGS on the make command line. 2010-03-12 22:55:16 +00:00
Lex Robustify PreprocessingRecord slightly, by only creating macro 2010-03-19 21:58:23 +00:00
Parse revert r98661, gcc_tdiag is not an attribute (PR6542). 2010-03-22 20:59:10 +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 clang/Darwin: Update for rename of 10.4 static runtime library. 2010-01-20 02:35:02 +00:00
Sema For forward-declared static inline functions, delay CFG-based warnings until we 2010-03-23 01:37:12 +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