- Mar 19, 2008
-
-
Chris Lattner authored
llvm-svn: 48534
-
Ted Kremenek authored
pretty-printing of line numbers. llvm-svn: 48533
-
Ted Kremenek authored
llvm-svn: 48525
-
Ted Kremenek authored
and clients can achieve a cleaner design just by inserting tags directly. Reserve the "html" namespace for meta-level operations (e.g., escaping text, etc.) llvm-svn: 48524
-
Ted Kremenek authored
llvm-svn: 48518
-
Ted Kremenek authored
numbers (more work to be done on aesthetics). llvm-svn: 48512
-
- Mar 18, 2008
-
-
Ted Kremenek authored
indicate whether or not the new tag should be the outermost tag at the specified location (in the case that other tags have been inserted at the same spot). llvm-svn: 48506
-
Ted Kremenek authored
code as HTML. Added a new driver option "--emit-html" to dump the source of the main input file as HTML. llvm-svn: 48505
-
Ted Kremenek authored
*before* and after a specific location. llvm-svn: 48504
-
Ted Kremenek authored
need to be skipped over when AfterInserts == true, as multiple deltas may share the same FileLoc. llvm-svn: 48503
-
Chris Lattner authored
llvm-svn: 48485
-
- Mar 17, 2008
-
-
Ted Kremenek authored
llvm-svn: 48470
-
Ted Kremenek authored
llvm-svn: 48469
-
Ted Kremenek authored
llvm-svn: 48468
-
Ted Kremenek authored
llvm-svn: 48466
-
Nate Begeman authored
llvm-svn: 48461
-
Ted Kremenek authored
llvm-svn: 48460
-
Chris Lattner authored
like the rest of the classes. llvm-svn: 48434
-
- Mar 16, 2008
-
-
Chris Lattner authored
the allocation in the class, not in sema. llvm-svn: 48433
-
Chris Lattner authored
llvm-svn: 48432
-
Chris Lattner authored
llvm-svn: 48428
-
Chris Lattner authored
specified. Previously, the ctor would allocate memory for the list and then it would get filled in later. Move the allocation+filling in to be more consistent with other stuff, e.g. the addMethods method. llvm-svn: 48427
-
Chris Lattner authored
llvm-svn: 48426
-
Chris Lattner authored
llvm-svn: 48423
-
Chris Lattner authored
a protocol could smash more references in than are allocated. llvm-svn: 48411
-
Chris Lattner authored
llvm-svn: 48410
-
Chris Lattner authored
llvm-svn: 48409
-
Chris Lattner authored
llvm-svn: 48408
-
Chris Lattner authored
can't have negative arguments. llvm-svn: 48407
-
Chris Lattner authored
llvm-svn: 48406
-
Chris Lattner authored
llvm-svn: 48405
-
Chris Lattner authored
llvm-svn: 48404
-
Chris Lattner authored
allocation through ASTContext. llvm-svn: 48403
-
Chris Lattner authored
lib dir and move all the libraries into it. This follows the main llvm tree, and allows the libraries to be built in parallel. The top level now enforces that all the libs are built before Driver, but we don't care what order the libs are built in. This speeds up parallel builds, particularly incremental ones. llvm-svn: 48402
-