llvm-project/clang/lib
Ted Kremenek a9077ab6b7 Add ids for line numbers, allowing us to jump to arbitrary line numbers within
an HTMLified source file.

llvm-svn: 49359
2008-04-07 23:53:30 +00:00
..
AST Pass the ASTContext object around when deserializing Decl and Stmt objects, so 2008-04-07 21:55:54 +00:00
Analysis Improve BugReport diagnostics for loops and ? operator. 2008-04-07 23:35:17 +00:00
Basic add a missing #include 2008-04-06 04:02:29 +00:00
CodeGen remove the Decl::getCanonicalType() method. 2008-04-06 23:10:54 +00:00
Headers Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
Lex Support MS-specific integer suffixes (i8, i16, i32, i64, i128). 2008-04-04 21:02:54 +00:00
Parse Have Parser::FuzzyParseMicrosoftAsmStatement() return the null statement (';'). 2008-04-07 21:06:54 +00:00
Rewrite Add ids for line numbers, allowing us to jump to arbitrary line numbers within 2008-04-07 23:53:30 +00:00
Sema simplify reference handling. 2008-04-07 06:52:53 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00