llvm-project/clang/lib
Devang Patel 5348515193 Do not eagerly set stop point for arguments. This misleads the debugger in identifying beginning of function body. Instead, create new location to attach with llvm.dbg.declare. This location is only used to find the context of the variable by the code generator, and it is not used to emit line number info.
llvm-svn: 86862
2009-11-11 19:10:19 +00:00
..
AST Fix speculative parsing of dependent template names in 2009-11-11 16:39:34 +00:00
Analysis Add undefined array subscript checker. 2009-11-11 13:42:54 +00:00
Basic Simplifiy target feature handling by coalescing all the logic into 2009-11-11 09:38:56 +00:00
CodeGen Do not eagerly set stop point for arguments. This misleads the debugger in identifying beginning of function body. Instead, create new location to attach with llvm.dbg.declare. This location is only used to find the context of the variable by the code generator, and it is not used to emit line number info. 2009-11-11 19:10:19 +00:00
Driver Fix for FreeBSD toolchain in regards to CPP, Credit to Roman Divacky. 2009-11-08 10:13:36 +00:00
Frontend Add PreprocessorOutputOptions to CompilerInvocation, and move initialization to 2009-11-11 10:07:44 +00:00
Headers A simple reordering of the definitions in stdint.h and 2009-11-04 23:03:18 +00:00
Index Preserve type source information in sizeof/alignof expressions, and pass it 2009-11-04 07:28:41 +00:00
Lex Add Diagnostic::Report method for reporting diagnostics without a location. 2009-11-10 23:55:23 +00:00
Parse Fix speculative parsing of dependent template names in 2009-11-11 16:39:34 +00:00
Rewrite Make html::{SyntaxHighlight,HighlightMacros} take a const Preprocessor. 2009-11-05 01:54:02 +00:00
Sema Instantiation of template template parameters for nested templates, e.g., 2009-11-11 16:58:32 +00:00
CMakeLists.txt Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00
Makefile Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00